mirror of https://github.com/tongzx/nt5src
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.
18 lines
397 B
18 lines
397 B
<%
|
|
|
|
Const L_TITLE_TEXT="Server File System"
|
|
|
|
Const L_SELDIR_TEXT = "Select a directory:"
|
|
Const L_SLASH_TEXT = "\"
|
|
Const L_DBLSLASH_TEXT = "\\"
|
|
Const L_FWDSLASH_TEXT = "/"
|
|
|
|
Const L_ACCESSDENIED_TEXT="Access denied."
|
|
Const L_CNCTERR_TEXT="There was an error connecting to the server."
|
|
|
|
Const L_OPEN_TEXT = " OK "
|
|
Const L_CANCEL_TEXT = " Cancel "
|
|
|
|
Const L_MYCOMPUTER_TEXT = "My Computer"
|
|
|
|
%>
|