12 lines
460 B
Plaintext
12 lines
460 B
Plaintext
<%
|
|
'Localizable strings for iifvdrd.asp
|
|
|
|
Const L_ACCESSDENIED_TEXT="Access Denied"
|
|
Const L_CLIENTSENTTO_TEXT="The client will be sent to:"
|
|
Const L_EXACTURL_TEXT="the exact URL entered above."
|
|
Const L_DIRBELOW_TEXT="a directory below http://doughnut1/foo on this site."
|
|
Const L_PERM_TEXT="a permanent redirection for http://doughnut1/foo"
|
|
Const L_UNSET_TEXT="(not set)"
|
|
' NOTE: \r is a carraige return for line spacing...
|
|
Const L_REDIRTO_TEXT="Redirect to:"
|
|
%> |