mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 19:50:12 +01:00
20 lines
1.3 KiB
DTD
20 lines
1.3 KiB
DTD
|
<!ENTITY pref.http.title "HTTP Networking">
|
||
|
|
||
|
<!-- Network-->
|
||
|
<!ENTITY prefDirect.label "Direct Connection Options">
|
||
|
<!ENTITY prefProxy.label "Proxy Connection Options">
|
||
|
<!ENTITY prefEnableHTTP10.label "Use HTTP 1.0">
|
||
|
<!ENTITY prefEnableHTTP10.accesskey "U">
|
||
|
<!ENTITY prefEnableHTTP10Proxy.accesskey "S">
|
||
|
<!ENTITY prefEnableHTTP11.label "Use HTTP 1.1">
|
||
|
<!ENTITY prefEnableHTTP11.accesskey "E">
|
||
|
<!ENTITY prefEnableHTTP11Proxy.accesskey "T">
|
||
|
<!ENTITY prefEnableKeepAlive.label "Enable Keep-Alive">
|
||
|
<!ENTITY prefEnableKeepAlive.accesskey "K">
|
||
|
<!ENTITY prefEnableKeepAliveProxy.accesskey "A">
|
||
|
<!ENTITY prefEnablePipelining.label "Enable Pipelining">
|
||
|
<!ENTITY prefEnablePipelining.accesskey "P">
|
||
|
<!ENTITY prefEnablePipeliningProxy.accesskey "N">
|
||
|
<!ENTITY prefPara "HTTP connections may be fine-tuned using these options to enhance either performance or compatibility. Some proxy servers, for example, are known to require HTTP/1.0 (see the release notes for details).">
|
||
|
<!ENTITY prefPipeWarning "WARNING: pipelining is an experimental feature, designed to improve page-load performance, that is unfortunately not well supported by some web servers and proxies.">
|