X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-mwan3%2Fpo%2Ftemplates%2Fmwan3.pot;h=9f2b9ea04b84d3d890243f4575bb9eaa2b06ce32;hb=5d48227363fac9d3e673e985316eddf9ead00b15;hp=0b423c85a582c77e756fae9ace2e645de11d6636;hpb=73d284c880152ea69942519bd7955e6ef06fd604;p=project%2Fluci.git diff --git a/applications/luci-app-mwan3/po/templates/mwan3.pot b/applications/luci-app-mwan3/po/templates/mwan3.pot index 0b423c85a..9f2b9ea04 100644 --- a/applications/luci-app-mwan3/po/templates/mwan3.pot +++ b/applications/luci-app-mwan3/po/templates/mwan3.pot @@ -24,7 +24,7 @@ msgstr "" msgid "Acceptable values: 1-1000. Defaults to 1 if not set" msgstr "" -msgid "Advanced" +msgid "Acceptable values: 1-256. Defaults to 1 if not set" msgstr "" msgid "Check IP rules" @@ -33,7 +33,7 @@ msgstr "" msgid "Check routing table" msgstr "" -msgid "Configuration" +msgid "Collecting data..." msgstr "" msgid "Currently Configured Interfaces" @@ -60,6 +60,9 @@ msgstr "" msgid "Diagnostics" msgstr "" +msgid "Disabled" +msgstr "" + msgid "" "Downed interface will be deemed up after this many successful ping tests" msgstr "" @@ -67,19 +70,34 @@ msgstr "" msgid "Enabled" msgstr "" +msgid "Enter value in hex, starting with 0x" +msgstr "" + +msgid "Error collecting troubleshooting information" +msgstr "" + msgid "Errors" msgstr "" +msgid "Expect interface state on up event" +msgstr "" + msgid "Failure interval" msgstr "" +msgid "Firewall mask" +msgstr "" + msgid "Flush conntrack table" msgstr "" msgid "Flush global firewall conntrack table on interface events" msgstr "" -msgid "Hotplug Script" +msgid "Globals" +msgstr "" + +msgid "Globals mwan3 options" msgstr "" msgid "Hotplug ifdown" @@ -97,6 +115,9 @@ msgstr "" msgid "IPv6" msgstr "" +msgid "Initial state" +msgstr "" + msgid "Interface" msgstr "" @@ -118,6 +139,15 @@ msgstr "" msgid "Internet Protocol" msgstr "" +msgid "Keep failure interval" +msgstr "" + +msgid "Keep ping failure interval during failure state" +msgstr "" + +msgid "Last 50 MWAN systemlog entries. Newest entries sorted at the top :" +msgstr "" + msgid "Last resort" msgstr "" @@ -127,7 +157,7 @@ msgstr "" msgid "Loading" msgstr "" -msgid "MWAN Config" +msgid "Local source interface" msgstr "" msgid "MWAN Detailed Status" @@ -136,7 +166,7 @@ msgstr "" msgid "MWAN Interface Configuration" msgstr "" -msgid "MWAN Interface Configuration -" +msgid "MWAN Interface Configuration - %s" msgstr "" msgid "MWAN Interface Diagnostics" @@ -151,19 +181,22 @@ msgstr "" msgid "MWAN Member Configuration" msgstr "" -msgid "MWAN Member Configuration -" +msgid "MWAN Member Configuration - %s" +msgstr "" + +msgid "MWAN Notification" msgstr "" msgid "MWAN Policy Configuration" msgstr "" -msgid "MWAN Policy Configuration -" +msgid "MWAN Policy Configuration - %s" msgstr "" msgid "MWAN Rule Configuration" msgstr "" -msgid "MWAN Rule Configuration -" +msgid "MWAN Rule Configuration - %s" msgstr "" msgid "MWAN Service Control" @@ -183,6 +216,9 @@ msgid "" "as a portrange (eg \"1024:2048\") without quotes" msgstr "" +msgid "Member" +msgstr "" + msgid "Member used" msgstr "" @@ -206,13 +242,37 @@ msgid "" "youtube.com/youtube\")" msgstr "" -msgid "Network Config" +msgid "No" msgstr "" -msgid "No" +msgid "No MWAN interfaces found" +msgstr "" + +msgid "No MWAN systemlog history found" msgstr "" -msgid "Overview" +msgid "No detailed status information available" +msgstr "" + +msgid "No diagnostic results returned" +msgstr "" + +msgid "No protocol specified" +msgstr "" + +msgid "Notification" +msgstr "" + +msgid "Offline" +msgstr "" + +msgid "Online" +msgstr "" + +msgid "Online (tracking active)" +msgstr "" + +msgid "Online (tracking off)" msgstr "" msgid "Ping count" @@ -252,6 +312,9 @@ msgid "" "configured interfaces, members or rules" msgstr "" +msgid "Policy" +msgstr "" + msgid "Policy assigned" msgstr "" @@ -264,10 +327,7 @@ msgstr "" msgid "Restart MWAN" msgstr "" -msgid "Restore default hotplug script" -msgstr "" - -msgid "Restore..." +msgid "Rule" msgstr "" msgid "Rules" @@ -308,36 +368,39 @@ msgstr "" msgid "Supports CIDR notation (eg \"192.168.100.0/24\") without quotes" msgstr "" -msgid "" -"This IP address will be pinged to dermine if the link is up or down. Leave " -"blank to assume interface is always online" +msgid "There are currently %d of 250 supported interfaces configured" msgstr "" msgid "" "This displays the metric assigned to this interface in /etc/config/network" msgstr "" -msgid "This section allows you to modify the contents of /etc/config/mwan3" +msgid "" +"This hostname or IP address will be pinged to determine if the link is up or " +"down. Leave blank to assume interface is always online" msgstr "" -msgid "This section allows you to modify the contents of /etc/config/network" +msgid "" +"This section allows you to modify the content of \"/etc/mwan3.user\".
The file is also preserved during sysupgrade.

Notes:
This " +"file is interpreted as a shell script.
The first line of the script " +"must be "#!/bin/sh" without quotes.
Lines beginning with # are " +"comments and are not executed.
Put your custom mwan3 action here, they " +"will
be executed with each netifd hotplug interface event
on " +"interfaces for which mwan3 is enabled.

There are three main " +"environment variables that are passed to this script.

$ACTION " +"Either \"ifup\" or \"ifdown\"
$INTERFACE Name of the interface which " +"went up or down (e.g. \"wan\" or \"wwan\")
$DEVICE Physical device name " +"which interface went up or down (e.g. \"eth0\" or \"wwan0\")

" msgstr "" -msgid "This section allows you to modify the contents of /etc/config/wireless" +msgid "Tracking IP" msgstr "" -msgid "" -"This section allows you to modify the contents of /etc/hotplug.d/iface/16-" -"mwancustom
This is useful for running system commands and/or scripts " -"based on interface ifup or ifdown hotplug events

Notes:
The " -"first line of the script must be "#!/bin/sh" without quotes
Lines beginning with # are comments and are not executed

Available variables:
$ACTION is the hotplug event (ifup, ifdown)
" -"$INTERFACE is the interface name (wan1, wan2, etc.)
$DEVICE is the " -"device name attached to the interface (eth0.1, eth1, etc.)" +msgid "Tracking hostname or IP address" msgstr "" -msgid "Tracking IP" +msgid "Tracking method" msgstr "" msgid "Tracking reliability" @@ -357,17 +420,91 @@ msgstr "" msgid "Troubleshooting Data" msgstr "" +msgid "" +"Use the IP address of this interface as source IP address for traffic " +"initiated by the router itself" +msgstr "" + msgid "View the contents of /etc/protocols for protocol descriptions" msgstr "" -msgid "Weight" +msgid "WARNING: %d interfaces are configured exceeding the maximum of 250!" msgstr "" msgid "" -"When all policy members are offline use this behavior for matched traffic" +"WARNING: Some interfaces are configured incorrectly or not at all in /etc/" +"config/network!" +msgstr "" + +msgid "" +"WARNING: Some interfaces have a higher reliability requirement than there " +"are tracking IP addresses!" +msgstr "" + +msgid "" +"WARNING: Some interfaces have duplicate metrics configured in /etc/config/" +"network!" +msgstr "" + +msgid "" +"WARNING: Some interfaces have no default route in the main routing table!" +msgstr "" + +msgid "" +"WARNING: Some interfaces have no metric configured in /etc/config/network!" msgstr "" -msgid "Wireless Config" +msgid "" +"WARNING: Some policies have names exceeding the maximum of 15 characters!" +msgstr "" + +msgid "" +"WARNING: Some rules have a port configured with no or improper protocol " +"specified! Please configure a specific protocol!" +msgstr "" + +msgid "" +"WARNING: This and other interfaces have duplicate metrics configured in /etc/" +"config/network!" +msgstr "" + +msgid "" +"WARNING: This interface has a higher reliability requirement than there are " +"tracking IP addresses!" +msgstr "" + +msgid "WARNING: This interface has no default route in the main routing table!" +msgstr "" + +msgid "" +"WARNING: This interface has no metric configured in /etc/config/network!" +msgstr "" + +msgid "" +"WARNING: This interface is configured incorrectly or not at all in /etc/" +"config/network!" +msgstr "" + +msgid "" +"WARNING: This policy's name is %d characters exceeding the maximum of 15!" +msgstr "" + +msgid "" +"WARNING: This rule is incorrectly configured with no or improper protocol " +"specified! Please configure a specific protocol!" +msgstr "" + +msgid "Waiting for MWAN to %s..." +msgstr "" + +msgid "Waiting for diagnostic results..." +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "" +"When all policy members are offline use this behavior for matched traffic" msgstr "" msgid "Yes" @@ -391,5 +528,14 @@ msgstr "" msgid "never" msgstr "" +msgid "restart" +msgstr "" + +msgid "start" +msgstr "" + +msgid "stop" +msgstr "" + msgid "unreachable (reject)" msgstr ""