10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
<%
|
|
'Localizable strings for iiabout.asp
|
|
|
|
Const L_TITLE_TEXT="About ISM"
|
|
Const L_VERSION_TEXT="Version 4 (Beta 3)"
|
|
Const L_WEBADMIN_TEXT="Web Administration Interface"
|
|
Const L_COPYRIGHT_TEXT="Copyright © 1997-1998 Microsoft Corp. All rights reserved"
|
|
Const L_OK_TEXT = " OK "
|
|
%>
|