7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
|
<%
|
||
|
'Localizable strings for iiputls.asp
|
||
|
|
||
|
Const L_BIADMINISTRATORS_TEXT = "BUILTIN\Administrators"
|
||
|
Const L_ADMINISTRATORS_TEXT = "Administrators"
|
||
|
Const L_EVERYONE_TEXT = "Everyone"
|
||
|
%>
|