Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
1.2 KiB

<%
Dim L_WAIT_ONE_MSG1_MESSAGE
Dim L_WAIT_ONE_MSG2_MESSAGE
Dim L_WAIT_ONE_MSG3_MESSAGE
Dim L_WAIT_TWO_MSG2_MESSAGE
Dim L_WAIT_TWO_MSG4_MESSAGE
Dim L_WAIT_TWO_MSG5_MESSAGE
Dim L_WAIT_TWO_MSG6_MESSAGE
'-------------------------wait.asp Page Strings-------------------------
L_WAIT_ONE_MSG1_MESSAGE = "Please wait while we load the contents of the selected error report. This information is not sent to Windows Online Crash Analysis. This might take several seconds."
L_WAIT_ONE_MSG2_MESSAGE = "Loading the Selected Error Report"
L_WAIT_ONE_MSG3_MESSAGE = "This is done without sending any information to Microsoft."
L_WAIT_TWO_MSG2_MESSAGE = "Uploading File"
L_WAIT_TWO_MSG4_MESSAGE = "Please wait while we upload the selected error report. This might take several seconds."
L_WAIT_TWO_MSG5_MESSAGE = "Please wait while we upload the selected transaction. The upload time is dependent upon your connection speed, network traffic, and the number of files in the transaction. This can take several hours to complete this transaction."
L_WAIT_TWO_MSG6_MESSAGE = "Uploading Transaction"
'-----------------------------------------------------------------------------------------
%>