/* Copyright (c) 1995, Microsoft Corporation, all rights reserved
**
** status.rc
** Connection status Resources
**
** 11/29/95 Abolade Gbadegesin
*/


#include <status.rch>


/* Icons.
*/

IID_RM_Monitor  ICON    "rasmon.ico"
IID_RM_Entry    ICON    "rnkfile.ico"
IID_RM_User     ICON    "user.ico"
IID_RM_Adapter  ICON    "adapter.ico"
IID_RM_Modem    ICON    "modem.ico"
IID_RM_Idle     ICON    "rnkidle.ico"

STRINGTABLE DISCARDABLE
BEGIN
    SID_RM_RasMonitor           "Dial-Up Networking Monitor"
    SID_RM_NetworksAndUsers     "Networks and users"
    SID_RM_Duration             "Duration"
    SID_RM_Users                "Users"
    SID_RM_Lines                "Dial-up Lines"
    SID_RM_Condition            "Condition"
    SID_RM_DisconnUser          "User Hangup"
    SID_RM_DisconnRemote        "Remote Hangup"
    SID_RM_DisconnHardware      "Hardware Failure"
    SID_RM_StateConnecting      "Connecting"
    SID_RM_StateListening       "Listening for call"
    SID_RM_StateConnected       "Connected"
    SID_RM_StateDisconnecting   "Disconnecting"
    SID_RM_StateDisconnected    "Disconnected"
    SID_RM_StateListenDone      "Listen complete"
    SID_RM_LineIdle             "Idle"
    SID_RM_ExampleAreaCode      "212"
    SID_RM_ExamplePhoneNumber   "555-1212"
    SID_RM_ExampleCountryCode   "1"
    SID_RM_Active               "Active"
    SID_RM_Inactive             "Inactive"
    SID_RM_ConnectedTo          "Connected to %s"
    SID_RM_ConnectedBy          "%s connected"
    SID_RM_InactiveLines        "Inactive Lines"
    SID_RM_InvalidRate          "The value entered for the refresh rate is invalid."
    SID_NR_FT_Amb               "Down-level RAS"
    SID_RM_ConfirmClientHangUp  "Disconnect caller %1?"
    SID_RM_ConfirmLinkHangUp    "Disconnect device %1?"
    SID_RM_SelectOneDevice      "You must check at least one modem or adapter."
    SID_RM_AllDevices           "All Devices"
    SID_RM_Unavailable          "Unavailable"
    SID_NR_FT_Ppp               "PPP"
    SID_NR_FT_PppLcp            "PPP multi-link"
    SID_NR_FT_Slip              "SLIP"
    SID_DS_Details              "Details"
    SID_DS_Device               "Device:"
    SID_DS_Network              "Network:"
    SID_DS_Client               "Client:"
    SID_DS_CantGetRasconnList   "Cannot load connection list."
    SID_DS_CantGetFraming       "Cannot retrieve framing information."
    SID_DS_CantGetProjection    "Cannot retrieve projection information."
    SID_DS_CantGetPortInfo      "Cannot retrieve port information."
    SID_DS_NotConnected         "(not connected)"
    SID_LS_PercentFmt           "%d%%"
    SID_RM_Incoming             "Incoming"
    SID_RM_Outgoing             "Outgoing"
    SID_RM_IncomingMultilink    "Incoming (multi-link)"
    SID_RM_OutgoingMultilink    "Outgoing (multi-link)"
    SID_RM_UserConnecting       "User connecting"
END