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.
20 lines
633 B
20 lines
633 B
<%
|
|
'Localizable strings for iifvdht.asp
|
|
|
|
Const L_ACCESSDENIED_TEXT="Access Denied"
|
|
Const L_PATH_TEXT="Network share:"
|
|
Const L_CONNECTAS_TEXT="Connect as..."
|
|
Const L_USERNAME_TEXT="User Name:"
|
|
Const L_PASSWORD_TEXT="Password:"
|
|
Const L_ACCESSFLAGS_TEXT="Access Permissions"
|
|
Const L_READ_TEXT="Read"
|
|
Const L_WRITE_TEXT="Write"
|
|
Const L_SCRIPT_TEXT="Script"
|
|
Const L_EXECUTE_TEXT="Execute"
|
|
Const L_CONTENTCONTROL_TEXT="Content Control"
|
|
Const L_LOGACCESS_TEXT="Log access"
|
|
Const L_ENABLEBROWSING_TEXT="Directory browsing allowed"
|
|
Const L_DIRECTORYSTYLE_TEXT="Directory Listing Style"
|
|
Const L_MSDOS_TEXT="MS-DOS"
|
|
Const L_UNIX_TEXT="UNIX"
|
|
%>
|