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.
15 lines
573 B
15 lines
573 B
<%
|
|
Dim L_RESOURCESTITLE_TEXT
|
|
Dim L_COMMENTS_UNABLE_TOCONNECT_ERRORMESSAGE
|
|
Dim L_COMMENTS_CONNECTION_FAILED_TEXT
|
|
|
|
|
|
'-------------------------resources.asp Page Strings-------------------------
|
|
L_RESOURCESTITLE_TEXT = "General Stop error resources"
|
|
L_COMMENTS_UNABLE_TOCONNECT_ERRORMESSAGE = "Database is not available"
|
|
L_COMMENTS_CONNECTION_FAILED_TEXT = "Windows Online Crash Analysis was unable to connect to the database. Please try this task again."
|
|
|
|
'-----------------------------------------------------------------------------------------
|
|
|
|
|
|
%>
|