home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 July / PCWorld_2001-07_cd.bin / Software / Topware / w2ksp2en / w2ksp2.exe / i386 / wms4.cab / local_connect.inc < prev    next >
Encoding:
Text File  |  1999-06-16  |  2.7 KB  |  66 lines

  1. '
  2. '////////////////////////////////////////////////////////////////////
  3. '//
  4. '// Source File local_connect.htm
  5. '//
  6. '// Windows Media Administrator, ver 3.0
  7. '// Copyright 2/4/98 Microsoft Corporation
  8. '//
  9. '////////////////////////////////////////////////////////////////////
  10.  
  11. Dim L_DocTitle_Text 
  12.     L_DocTitle_Text = "Windows Media Administrator"
  13. Dim L_btnAddTemp1_Text
  14.     L_btnAddTemp1_Text = "Enter a server name running Windows Media Services:"
  15. Dim L_btnAddTemp2_Text
  16.     L_btnAddTemp2_Text = "Server name can either be a machine name or an IP address for a Windows Server that has Windows Media Services installed.  This may take several seconds to connect."
  17. Dim L_Title_Text
  18.     L_Title_Text = "Windows Media Administrator"
  19. Dim L_ClickAddServer_Text
  20.     L_ClickAddServer_Text = "Click 'add server'"
  21. Dim L_ChooseServer_Text
  22.     L_ChooseServer_Text ="Choose a server"
  23. Dim L_RemoveServer_Text
  24.     L_RemoveServer_Text = "Are you sure you want to remove '%1' from the list?"
  25.  
  26. Dim    L_ChooseServerToDel_Text
  27.     L_ChooseServerToDel_Text = "You must choose a server to remove."
  28. Dim L_NoServerDel_Text
  29.     L_NoServerDel_Text =  "There are currently no servers to remove from the list."
  30. Dim L_SelectFromList_Text
  31.     L_SelectFromList_Text = "There is no server selected from the list to refresh."
  32.     
  33. '====================================================================
  34. '*                CONNECTION STATUS MESSAGES
  35. '*
  36. '====================================================================
  37. Dim L_Timeout_Text
  38.     L_Timeout_Text = "The connection to server, '%1', has timed out. The operation has been cancelled."
  39. Dim L_Period_Text
  40.     L_Period_Text ="."
  41. Dim L_PmtTimerStatus_Text
  42.     L_PmtTimerStatus_Text = "Connecting to services on '%1'. "
  43. Dim L_PleaseWait_Text
  44.     L_PleaseWait_Text = "Please wait..."
  45. Dim L_FailAll_Text
  46.     L_FailAll_Text = "Failed to connect to all Windows Media services on server '%1'. Either you do not have access rights to administer the server, Windows Media services are not currently running, or Windows Media has not been installed on this server."
  47. Dim L_ConnectAll_Text
  48.     L_ConnectAll_Text = "All Windows Media services are running on server '%1'."
  49. Dim L_ChannelService_Text
  50.     L_ChannelService_Text = "Station service: "
  51. Dim L_ProgramService_Text
  52.     L_ProgramService_Text = "Program service: "
  53. Dim L_UnicastService_Text
  54.     L_UnicastService_Text = "Unicast service: "
  55. Dim L_UnicastMonitorService_Text
  56.     L_UnicastMonitorService_Text = "Unicast monitor service: "
  57. Dim L_NotRunning_Text
  58.     L_NotRunning_Text = "NOT running"
  59. Dim L_Running_Text
  60.     L_Running_Text = "Running"
  61. Dim L_ConnectionStatusFor_Text
  62.     L_ConnectionStatusFor_Text = "Connection status for '%1' "
  63. Dim L_NotConnected_Text
  64.     L_NotConnected_Text = "Not connected." 
  65. Dim L_Connected_Text
  66.     L_Connected_Text = "Connected to %1 "