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.
13 lines
318 B
13 lines
318 B
<%
|
|
'Localizable strings for iifiltls.asp
|
|
|
|
Const L_ENTERVALUE_ERRORMESSAGE="Please enter a value."
|
|
Const L_LOADED_TEXT = "Loaded"
|
|
Const L_UNLOADED_TEXT = "Unloaded"
|
|
Const L_DISABLED_TEXT = "Disabled"
|
|
Const L_LOW_TEXT = "Low"
|
|
Const L_MEDIUM_TEXT = "Medium"
|
|
Const L_HIGH_TEXT = "High"
|
|
Const L_BROWSE_TEXT = "Browse"
|
|
|
|
%>
|