home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004A.BIN / WMTECH / wmserver.exe / 1033 / RCDATA / CABINET / local_connect.inc < prev    next >
Text File  |  1999-11-15  |  3KB  |  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 アドミニストレータ"
  13. Dim L_btnAddTemp1_Text
  14.     L_btnAddTemp1_Text = "Windows Media サービスが実行されているサーバー名の入力 : "
  15. Dim L_btnAddTemp2_Text
  16.     L_btnAddTemp2_Text = "サーバー名は、Windows Media サービスがインストールされている Windows Server のコンピュータ名または IP アドレスです。接続には数秒かかります。"
  17. Dim L_Title_Text
  18.     L_Title_Text = "Windows Media アドミニストレータ"
  19. Dim L_ClickAddServer_Text
  20.     L_ClickAddServer_Text = "[サーバーの追加] のクリック"
  21. Dim L_ChooseServer_Text
  22.     L_ChooseServer_Text ="サーバーの選択"
  23. Dim L_RemoveServer_Text
  24.     L_RemoveServer_Text = "'%1' を一覧から削除してもよろしいですか?"
  25.  
  26. Dim    L_ChooseServerToDel_Text
  27.     L_ChooseServerToDel_Text = "削除するサーバーを選択してください。"
  28. Dim L_NoServerDel_Text
  29.     L_NoServerDel_Text =  "削除するサーバーが一覧にありません。"
  30. Dim L_SelectFromList_Text
  31.     L_SelectFromList_Text = "更新するサーバーが一覧から選択されていません。"
  32.     
  33. '====================================================================
  34. '*                CONNECTION STATUS MESSAGES
  35. '*
  36. '====================================================================
  37. Dim L_Timeout_Text
  38.     L_Timeout_Text = "サーバー '%1' への接続がタイムアウトしました。操作は取り消されました。"
  39. Dim L_Period_Text
  40.     L_Period_Text ="."
  41. Dim L_PmtTimerStatus_Text
  42.     L_PmtTimerStatus_Text = "'%1' 上のサービスに接続しています。 "
  43. Dim L_PleaseWait_Text
  44.     L_PleaseWait_Text = "お待ちください..."
  45. Dim L_FailAll_Text
  46.     L_FailAll_Text = "サーバー '%1' のすべての Windows Media サービスに接続できませんでした。サーバーを管理するためのアクセス権がない、Windows Media サービスが実行されていない、またはサーバーに Windows Media がインストールされていません。"
  47. Dim L_ConnectAll_Text
  48.     L_ConnectAll_Text = "すべての Windows Media サービスがサーバー '%1' で実行されています。"
  49. Dim L_ChannelService_Text
  50.     L_ChannelService_Text = "ステーション サービス : "
  51. Dim L_ProgramService_Text
  52.     L_ProgramService_Text = "プログラム サービス : "
  53. Dim L_UnicastService_Text
  54.     L_UnicastService_Text = "ユニキャスト サービス : "
  55. Dim L_UnicastMonitorService_Text
  56.     L_UnicastMonitorService_Text = "ユニキャスト モニタ サービス : "
  57. Dim L_NotRunning_Text
  58.     L_NotRunning_Text = "実行していません"
  59. Dim L_Running_Text
  60.     L_Running_Text = "実行しています"
  61. Dim L_ConnectionStatusFor_Text
  62.     L_ConnectionStatusFor_Text = "'%1' の接続の状態 "
  63. Dim L_NotConnected_Text
  64.     L_NotConnected_Text = "接続なし" 
  65. Dim L_Connected_Text
  66.     L_Connected_Text = "%1 に接続しています "