Add more descriptive messages about chains
authorJamie Cameron <jcameron@webmin.com>
Thu, 4 Mar 2010 17:50:10 +0000 (09:50 -0800)
committerJamie Cameron <jcameron@webmin.com>
Thu, 4 Mar 2010 17:50:10 +0000 (09:50 -0800)
firewall/lang/en

index c2d2b40..e5fa821 100644 (file)
@@ -4,9 +4,9 @@ index_ecommand=The command $1 was not found on your system. Webmin needs this co
 index_ekernel=An error occured when checking your current IPtables configuration : $1 This may indicate that your kernel does not support IPtables.
 index_header=Firewall configuration from $1
 index_change=Showing IPtable:
-index_chain_input=Incoming packets (INPUT)
-index_chain_output=Outgoing packets (OUTPUT)
-index_chain_forward=Forwarded packets (FORWARD)
+index_chain_input=Incoming packets (INPUT) - Only applies to packets addressed to this host
+index_chain_output=Outgoing packets (OUTPUT) - Only applies to packets originated by this host
+index_chain_forward=Forwarded packets (FORWARD) - Only applies to packets passed through this host
 index_chain_prerouting=Packets before routing (PREROUTING)
 index_chain_postrouting=Packets after routing (POSTROUTING)
 index_chain=Chain $1