- = gettext("Note: Enter the modem initialization string here. Do NOT include the \"AT\"
- string at the beginning of the command. Many modern USB 3G modems don't need an initialization string."); ?>
+ = gettext("Note: Enter the modem initialization string here. Do NOT include the \"AT\"" .
+ "string at the beginning of the command. Many modern USB 3G modems don't need an initialization string."); ?>
> = gettext("Enable Dial-on-Demand mode"); ?>
- = gettext("This option causes the interface to operate in dial-on-demand mode, allowing you to have a virtual full time connection.
- The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?>
+ = gettext("This option causes the interface to operate in dial-on-demand mode, allowing you to have a virtual full time connection. " .
+ "The interface is configured, but the actual connection of the link is delayed until qualifying outgoing traffic is detected."); ?>
> = gettext("Disable vjcomp(compression) (auto-negotiated by default)."); ?>
- =gettext("This option enables Van Jacobson TCP header compression, which saves several bytes per TCP data packet.
- You almost always want this option. This compression ineffective for TCP connections with enabled modern extensions like time
- stamping or SACK, which modify TCP options between sequential packets.");?>
+ =gettext("This option enables Van Jacobson TCP header compression, which saves several bytes per TCP data packet. " .
+ "You almost always want this option. This compression ineffective for TCP connections with enabled modern extensions like time " .
+ "stamping or SACK, which modify TCP options between sequential packets.");?>
> = gettext("Disable shortseq (auto-negotiated by default)."); ?>
- = gettext("This option is only meaningful if multi-link PPP is negotiated. It proscribes shorter multi-link fragment headers, saving two bytes on every frame.
- It is not necessary to disable this for connections that are not multi-link."); ?>
+ = gettext("This option is only meaningful if multi-link PPP is negotiated. It proscribes shorter multi-link fragment headers, saving two bytes on every frame. " .
+ "It is not necessary to disable this for connections that are not multi-link."); ?>
-
ACFComp
+
=gettext("ACFComp"); ?>
> = gettext("Disable acfcomp(compression) (auto-negotiated by default)."); ?>
= gettext("Address and control field compression. This option only applies to asynchronous link types. It saves two bytes per frame."); ?>
-
ProtoComp
+
=gettext("ProtoComp"); ?>
> = gettext("Disable protocomp(compression) (auto-negotiated by default)."); ?>
= gettext("Protocol field compression. This option saves one byte per frame for most frames."); ?>
@@ -731,7 +731,7 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE"