list:
name=Name
type=Type
cookie_name=Cookie Name
timeout=Timeout
pst_ip=Source IP
pst_cookie=Persistent Cookie
asp_sessionid=ASP Session ID
php_sessionid=PHP Session ID
jsp_sessionid=JSP Session ID
insert_cookie=Insert Cookie
http_header=HTTP Header
url_param=URL Parameter
rewrite_cookie=Rewrite Cookie
embeded_cookie=Embedded Cookie
ssl_sessionid=SSL Session ID

dlg:
edit=Edit Persistence Policy
new=New Persistence Policy
name=Name
type=Type
cookie_name=Cookie Name
parameter_name=Parameter Name
header_name=Header Name
cookie_path=Cookie Path
cookie_domain=Cookie Domain
timeout=Timeout
timeout_unit=Seconds
pst_ip=Source IP
pst_cookie=Persistent Cookie
asp_sessionid=ASP Session ID
php_sessionid=PHP Session ID
jsp_sessionid=JSP Session ID
insert_cookie=Insert Cookie
http_header=HTTP Header
url_param=URL Parameter
ipv4_mask=IPv4 Netmask
ipv6_mask=IPv6 Mask Length
pst_ip_tip=Forward subsequent requests with the same client IP address/subnet as the initial request to the same pool member.
http_header_tip=Forward subsequent requests with the same HTTP header value as the initial request to the same pool member.
pst_cookie_tip=If an initial request contains a cookie whose name matches the Cookie Name value, forward subsequent requests that contain the same cookie value to the same pool member as the initial request.
asp_sessionid_tip=If a cookie in the initial request contains an ASP .NET session ID value, forward subsequent requests with the same session ID value to the same pool member as the initial request
php_sessionid_tip=If a cookie in the initial request contains a PHP session ID value, forward subsequent requests with the same session ID value to the same pool member as the initial request
jsp_sessionid_tip=If a cookie in the initial request contains a JSP session ID value, forward subsequent requests with the same session ID value to the same pool member as the initial request
insert_cookie_tip=Add a cookie to the initial request and forward all subsequent requests with this cookie to the same pool member.
timeout_val_limit=is an invalid value.\nTimeout must be in 10~86400.
ipv6_mask_len_limit=is an invalid value.\nIPv6 Mask Length must be in 1~128.
url_param_tip=Forward subsequent requests with the same URL Parameter value as the initial request to the same pool member.
rewrite_cookie=Rewrite Cookie
embeded_cookie=Embedded Cookie
ssl_sessionid=SSL Session ID
rewrite_cookie_tip=If the Set-Cookie: value of the HTTP response matches Cookie Name, the cookie value is replaced with a randomly generated value.
embeded_cookie_tip=If the Set Cookie: value of the HTTP response matches Cookie Name, a prefix (a randomly generated value and a ~(tilde)) is added to the cookie value.
ssl_sessionid_tip=If the initial client request has an SSL session ID, the system sends all subsequent sessions with the same SSL session ID to the same backend server
