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.
15 lines
409 B
15 lines
409 B
<%
|
|
'Localizable strings for iiacsshd.asp
|
|
|
|
Const L_TCPRESTRICT_TEXT="IP Address Access Restrictions"
|
|
Const L_BYDEFAULT_TEXT="By default, all computers are:"
|
|
Const L_GRANTED_TEXT="Granted access"
|
|
Const L_DENIED_TEXT="Denied access"
|
|
Const L_EXCEPTBELOW_TEXT="Except those listed below:"
|
|
|
|
Const L_ACCESS_TEXT="Access"
|
|
Const L_IP_TEXT="IP Address"
|
|
Const L_SubNET_TEXT="Subnet Mask"
|
|
Const L_DOMAIN_TEXT="Domain"
|
|
|
|
%>
|