Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3033 by maya, Sun Oct 14 09:04:30 2007 UTC revision 3038 by maya, Tue Oct 16 15:57:19 2007 UTC
# Line 166  BEGIN Line 166  BEGIN
166      LTEXT           "There is no entry for the server ""#####################################"" in your list of known hosts. The machine you have contacted may be a hostile machine pretending to be the server.",IDC_HOSTWARNING,15,7,184,41      LTEXT           "There is no entry for the server ""#####################################"" in your list of known hosts. The machine you have contacted may be a hostile machine pretending to be the server.",IDC_HOSTWARNING,15,7,184,41
167      LTEXT           "If you choose to add this machine to the known hosts list and continue, then you will not receive this warning again.",IDC_HOSTWARNING2,15,48,184,26      LTEXT           "If you choose to add this machine to the known hosts list and continue, then you will not receive this warning again.",IDC_HOSTWARNING2,15,48,184,26
168      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8
169        DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,49,116,50,14,WS_GROUP
170        PUSHBUTTON      "&Disconnect",IDCANCEL,115,116,50,14,WS_GROUP
171      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
172      CONTROL         "&Add this machine and its key to the known hosts list",IDC_ADDTOKNOWNHOSTS,      CONTROL         "&Add this machine and its key to the known hosts list",IDC_ADDTOKNOWNHOSTS,
173                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,18,101,181,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,18,101,181,13
     DEFPUSHBUTTON   "&Continue",IDC_CONTINUE,49,116,50,14,WS_GROUP  
     PUSHBUTTON      "&Disconnect",IDCANCEL,115,116,50,14,WS_GROUP  
174  END  END
175    
176  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 135  IDD_SSHDIFFERENTHOST DIALOGEX 0, 0, 215, 135
# Line 181  BEGIN Line 181  BEGIN
181      LTEXT           "Your known hosts list has an entry for the server ""####################################"", but the machine you have contacted has presented a DIFFERENT KEY to the one in your known hosts list. A hostile machine may be pretending to be the server.",IDC_HOSTWARNING,15,7,184,43      LTEXT           "Your known hosts list has an entry for the server ""####################################"", but the machine you have contacted has presented a DIFFERENT KEY to the one in your known hosts list. A hostile machine may be pretending to be the server.",IDC_HOSTWARNING,15,7,184,43
182      LTEXT           "If you choose to add this new key to the known hosts list and continue, then you will not receive this warning again.",IDC_HOSTWARNING2,15,48,184,24      LTEXT           "If you choose to add this new key to the known hosts list and continue, then you will not receive this warning again.",IDC_HOSTWARNING2,15,48,184,24
183      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8      LTEXT           "The server's host key fingerprint is:",IDC_HOSTFINGERPRINT,15,75,176,8
184        DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,116,50,14,WS_GROUP
185      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY      EDITTEXT        IDC_FINGER_PRINT,15,86,179,12,ES_AUTOHSCROLL | ES_READONLY
186      CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,      CONTROL         "&Replace the exist key with this new key",IDC_ADDTOKNOWNHOSTS,
187                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,101,153,13                      "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,34,101,153,13
188      PUSHBUTTON      "&Continue",IDC_CONTINUE,49,116,50,14,WS_GROUP      PUSHBUTTON      "&Continue",IDC_CONTINUE,49,116,50,14,WS_GROUP
     DEFPUSHBUTTON   "&Disconnect",IDCANCEL,115,116,50,14,WS_GROUP  
189  END  END
190    
191  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 193  IDD_SSHAUTHSETUP DIALOGEX 0, 0, 309, 193

Legend:
Removed from v.3033  
changed lines
  Added in v.3038

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26